From ac49b9ae895133d34ef6b380b7315fbe6fbf8f37 Mon Sep 17 00:00:00 2001 From: "ach61@arcadians.cl.cam.ac.uk" Date: Tue, 12 Jul 2005 17:31:16 +0000 Subject: [PATCH] pdb: get rid of absolute path in module makefile --- tools/debugger/pdb/linux-2.6-module/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/debugger/pdb/linux-2.6-module/Makefile b/tools/debugger/pdb/linux-2.6-module/Makefile index 025afc1d75..77dd5f10ca 100644 --- a/tools/debugger/pdb/linux-2.6-module/Makefile +++ b/tools/debugger/pdb/linux-2.6-module/Makefile @@ -1,5 +1,6 @@ -XEN_ROOT=/anfs/nos1/ach61/bk -KDIR=$(XEN_ROOT)/linux-2.6.11-xenU +XEN_ROOT=../../../.. +LINUX_DIR = linux-2.6.12-xenU +KDIR = $(XEN_ROOT)/$(LINUX_DIR) obj-m += pdb.o pdb-objs += module.o -- 2.30.2